From 97e0f1108dd4486212e223f0cb8cb8e1447195e5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 13 Aug 2020 20:31:53 -0400 Subject: [PATCH] docs: Cosmetics --- gdk/gdkdrawcontext.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdk/gdkdrawcontext.c b/gdk/gdkdrawcontext.c index 6819cb74bd..75d7e61546 100644 --- a/gdk/gdkdrawcontext.c +++ b/gdk/gdkdrawcontext.c @@ -35,7 +35,7 @@ * rendering methods, such as #GdkGLContext or #GdkVulkanContext. It provides * shared functionality between those contexts. * - * You will always interact with one of those s.ubclasses. + * You will always interact with one of those subclasses. * * A GdkDrawContext is always associated with a single toplevel surface. */ @@ -161,7 +161,7 @@ gdk_draw_context_class_init (GdkDrawContextClass *klass) /** * GdkDrawContext:surface: * - * The #GdkSurface the gl context is bound to. + * The #GdkSurface the context is bound to. */ pspecs[PROP_SURFACE] = g_param_spec_object ("surface", -- 2.30.2